home *** CD-ROM | disk | FTP | other *** search
/ Backpacker 2 (Sweden) / BackPacker 2 (Sweden) (Disc 1).7z / BackPacker 2 (Sweden) (Disc 1).bin / pc / instdata / instin01 / 00005_Proceed.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  358 b   |  16 lines

  1. on mouseDown
  2.   global gRsrcPath, gIPServer, gIsDatagramOpen
  3.   ButtonH("Klick")
  4.   if the optionDown then
  5.     go("SetDNS")
  6.     exit
  7.   end if
  8.   set gIPServer to the text of field "ServerIPNo"
  9.   if (the machineType <> 256) and voidp(gIsDatagramOpen) then
  10.     go("openMacExe")
  11.     exit
  12.   end if
  13.   go("BLACK")
  14.   go(1, FixPath(gRsrcPath & "I_DATA01\I_MENU01"))
  15. end
  16.